home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9612 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  38 lines

  1. Path: news.acadia.net!usenet
  2. From: steven2@salesbook.com (Steve Nutt)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: problems with borland c++ 4.5
  5. Date: Sun, 03 Mar 1996 06:54:37 GMT
  6. Organization: DET
  7. Message-ID: <4hb70r$9gm@post.acadia.net>
  8. References: <4h82p0$cc2@rzsun02.rrz.uni-hamburg.de>
  9. Reply-To: steven2@salesbook.com
  10. NNTP-Posting-Host: blf7.acadia.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. in5y231@public.uni-hamburg.de (Michael Leuschner) wrote:
  14.  
  15.  
  16. >We have a problem concerning Borland C++ 4.5 and hope somebody will be able to
  17. >help us...
  18.  
  19. >We developed a program in C++ with the IDE enviroment and the App Expert and
  20. >have no problem with that. Now we want to add some C source code but were
  21. >not successful. It seems that the c++ compiler is able to compile our
  22. >ANSI c sources but later the linker can't manage to link the mix of
  23. >c++ and c together...
  24.  
  25. >Does anyone have a clue?
  26. >Is the a known problem (and how can you solve it) ?
  27.  
  28. >--Michael
  29. >University of Hamburg, Germany
  30.  
  31. Are you using the
  32. extern "C" <ret type> <funcion name> (<arguments>);
  33. construct in your c++ modules? This may be your problem. I have mixed
  34. c and c++ in the same project using 4.5
  35.  
  36. Steve
  37.  
  38.